wayland/vulkancontext: Fix present region on HiDPI
authorJonas Ådahl <jadahl@gmail.com>
Tue, 3 Dec 2019 15:42:03 +0000 (16:42 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Tue, 3 Dec 2019 15:45:37 +0000 (16:45 +0100)
commitba74f41a70a71f67d82e72f13f3c0c32071441d6
treeca3c3c0c9485c264a08fe03c8f30e17399c1570e
parentd6a6313493f658912eb64349d924dc95f6a1aa19
wayland/vulkancontext: Fix present region on HiDPI

VkPresentRegionsKHR is expected to operate in buffer coordinates, but
the region we get passed is in surface coordinates, so it must be scaled.
gdk/gdkvulkancontext.c